﻿2026-07-01T10:33:52.8325512Z ##[group]Run actions/checkout@v5
2026-07-01T10:33:52.8326187Z with:
2026-07-01T10:33:52.8326689Z   repository: SaberMage/spt-core
2026-07-01T10:33:52.8330285Z   token: ***
2026-07-01T10:33:52.8330856Z   ssh-strict: true
2026-07-01T10:33:52.8331338Z   ssh-user: git
2026-07-01T10:33:52.8331838Z   persist-credentials: true
2026-07-01T10:33:52.8332331Z   clean: true
2026-07-01T10:33:52.8381059Z   sparse-checkout-cone-mode: true
2026-07-01T10:33:52.8381574Z   fetch-depth: 1
2026-07-01T10:33:52.8381941Z   fetch-tags: false
2026-07-01T10:33:52.8382318Z   show-progress: true
2026-07-01T10:33:52.8382685Z   lfs: false
2026-07-01T10:33:52.8383033Z   submodules: false
2026-07-01T10:33:52.8383409Z   set-safe-directory: true
2026-07-01T10:33:52.8383804Z env:
2026-07-01T10:33:52.8384162Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-01T10:33:52.8384620Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-01T10:33:52.8385044Z ##[endgroup]
2026-07-01T10:33:52.9211003Z Syncing repository: SaberMage/spt-core
2026-07-01T10:33:52.9213045Z ##[group]Getting Git version info
2026-07-01T10:33:52.9213713Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-07-01T10:33:52.9214637Z [command]/usr/bin/git version
2026-07-01T10:33:52.9215107Z git version 2.43.0
2026-07-01T10:33:52.9222793Z ##[endgroup]
2026-07-01T10:33:52.9235790Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/ad6ddf45-ff13-4696-9fb0-4dfb67e3362e' before making global git config changes
2026-07-01T10:33:52.9237198Z Adding repository directory to the temporary git global config as a safe directory
2026-07-01T10:33:52.9239616Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-07-01T10:33:52.9281565Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-01T10:33:52.9307182Z https://github.com/SaberMage/spt-core
2026-07-01T10:33:52.9319751Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-01T10:33:52.9322909Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-01T10:33:52.9348221Z HEAD
2026-07-01T10:33:52.9387328Z ##[endgroup]
2026-07-01T10:33:52.9389310Z [command]/usr/bin/git submodule status
2026-07-01T10:33:52.9577976Z ##[group]Cleaning the repository
2026-07-01T10:33:52.9581097Z [command]/usr/bin/git clean -ffdx
2026-07-01T10:33:52.9608457Z Removing traceable-reqs
2026-07-01T10:33:52.9614775Z [command]/usr/bin/git reset --hard HEAD
2026-07-01T10:33:52.9667162Z HEAD is now at 66137930b Merge d819a522816b569ada0165e9481241089db573fc into 461e6fe744d99cb967e052a8ecb3b14bbea3d4f2
2026-07-01T10:33:52.9673375Z ##[endgroup]
2026-07-01T10:33:52.9675036Z ##[group]Disabling automatic garbage collection
2026-07-01T10:33:52.9677898Z [command]/usr/bin/git config --local gc.auto 0
2026-07-01T10:33:52.9700406Z ##[endgroup]
2026-07-01T10:33:52.9700996Z ##[group]Setting up auth
2026-07-01T10:33:52.9705904Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-01T10:33:52.9729662Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-01T10:33:52.9912772Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-01T10:33:52.9938320Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-01T10:33:53.0122552Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-01T10:33:53.0145891Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-01T10:33:53.0330205Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-01T10:33:53.0358909Z ##[endgroup]
2026-07-01T10:33:53.0359929Z ##[group]Fetching the repository
2026-07-01T10:33:53.0365941Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +66137930bb69e0edaf305018643d6e9bd77ff064:refs/remotes/pull/41/merge
2026-07-01T10:33:53.5172696Z ##[endgroup]
2026-07-01T10:33:53.5173933Z ##[group]Determining the checkout info
2026-07-01T10:33:53.5175270Z ##[endgroup]
2026-07-01T10:33:53.5177878Z [command]/usr/bin/git sparse-checkout disable
2026-07-01T10:33:53.5212984Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-01T10:33:53.5235649Z ##[group]Checking out the ref
2026-07-01T10:33:53.5242230Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/41/merge
2026-07-01T10:33:53.5287336Z HEAD is now at 66137930b Merge d819a522816b569ada0165e9481241089db573fc into 461e6fe744d99cb967e052a8ecb3b14bbea3d4f2
2026-07-01T10:33:53.5291239Z ##[endgroup]
2026-07-01T10:33:53.5321205Z [command]/usr/bin/git log -1 --format=%H
2026-07-01T10:33:53.5341546Z 66137930bb69e0edaf305018643d6e9bd77ff064
